NotifyType 调整为短信

FFIB 8 ヶ月 前
コミット
69f0e37917
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      api/lensman/contract_mp_views.py

+ 1 - 1
api/lensman/contract_mp_views.py

@@ -128,7 +128,7 @@ def create_contribution_contract_flow(lensman):
128 128
     Approvers = [{
129 129
         "ApproverType": 1,
130 130
         "Required": True,
131
-        "NotifyType": None,
131
+        "NotifyType": 'SMS',
132 132
         "ApproverMobile": lensman.phone,
133 133
         "ApproverName": lensman.identity_card_name,
134 134
         "ApproverIdCardType": "ID_CARD",